home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 January / EnigmA AMIGA RUN 24 (1997)(G.R. Edizioni)(IT)[!][issue 1998-01 & 02].iso / RECENT2 / PictDT43.rdm < prev    next >
Text File  |  1997-12-16  |  5KB  |  140 lines

  1. Short:    Picture.datatype V43.762 for CGraphX
  2. Author:   R.Schmidt, M.Scheler, F.Mariak
  3. Uploader: F.Mariak@ping.de (Frank Mariak)
  4. Type:     util/dtype
  5. Replaces: PictDT43.lha
  6.  
  7.  
  8.                         picture.datatype V43
  9.                           Copyright 1995-97
  10.                            Ralph Schmidt
  11.          Additional libs/tools/changes by F.Mariak/M.Scheler
  12.        Sub datatype classes by Matthias Scheler
  13.  
  14. This version is a freely available picture.datatype that MUST ONLY be used
  15. with a licenced CyberGraphX(TM) software package when using non 8 bit
  16. screenmodes.  It also works with the recently released V3 version of
  17. CyberGraphX and you are allowed to use it with this also.
  18. You aren't allowed to use this software with any non licenced
  19. CyberGraphX(TM) "emulation" in these modes.
  20. Usage of any of the included sub datatype classes with picture.datatype v43
  21. clones needs permission from their respective authors.
  22.  
  23. THE DATE EXPIRATION CODE HAS BEEN REMOVED. IT DOES NOT EXPIRE AFTER 4MONTH
  24. ANYMORE.
  25.  
  26. cyberncg.library support for non CyberGraphX machines has been dropped.
  27.  
  28. ******************************************************************************
  29.  
  30. Reporting bugs:
  31.  
  32. If   you   find   any   bugs   in   this  software,  please  send  them  to
  33. cybergfx.dtbugs@vgr.com.   Since  this  software is unsupported, we make no
  34. guarantees  about  how  long  it will take to fix the bug, or if it will be
  35. fixed  at  all.   Bug fixes will be cheerfully accepted.  Please include as
  36. much detailed information as possible, including:
  37.  
  38.     1) the version numbers of the related libraries/datatypes you are
  39.        using
  40.     2) the data file that caused the bug (if its not too big)
  41.     3) the OS version and machine type you ran the program on
  42.  
  43. You can find a HTML bug report form at http://www.vgr.com/v43dtbugform.html.
  44. This is automatically forwarded to the respective authors.
  45. Also, check out http://www.vgr.com/v43dt for general information on the v43
  46. picture.datatype.
  47.  
  48. ******************************************************************************
  49.  
  50. ATTENTION:
  51.  
  52. IF YOU ARE USING CYBERGRAPHX V2 YOU NEED TO HAVE AT LEAST VERSION 40.66 OF
  53. CYBERGRAPHICS.LIBRARY INSTALLED TO  USE THIS RELEASE OF PICTURE.DATATYPE V43
  54. IN CONJUNCTION WITH A GRAPHICS CARD !
  55.  
  56. ******************************************************************************
  57.  
  58.  
  59. Release Notes 43.762
  60. ====================
  61.  
  62. picture.datatype 43.762
  63.  
  64.  o fixed a bug in DTM_WRITE and DTM_COPY methods. If an area was selected
  65.    within a picture object, the datatype always stored the complete object.
  66.    Now it properly stores the selected area only.
  67.  
  68. Release Notes 43.761
  69. ====================
  70.  
  71. picture.datatype 43.761
  72.  
  73.  o recompiled with SAS/C 6.58
  74.  o the picture.datatype now implements the DTM_REMOVEDTOBJECT method to
  75.    release all resources not required anymore
  76.  
  77. ilbm.datatype 43.10
  78.  
  79.  o now supports loading of HAM8 pictures for ECS machines.
  80.  
  81. gif.datatype 43.18
  82.  
  83.  o This datatype is not included in the aminet release archive due to
  84.    lzw patent problems.
  85.  o supports a missing GIF89 feature now.
  86.  
  87. Release Notes 43.760
  88. ====================
  89.  
  90. picture.datatype 43.760
  91.  
  92.  o bumped revision of picture.datatype to 760
  93.  
  94. PCDT Prefs 43.5
  95.  
  96.  o a CTRL_C break now correctly removes the user interface, too.
  97.  
  98. jfif.datatype 43.10
  99.  
  100.  o modified dispatcher for better support of tools like "DTConvert"
  101.  
  102. pcx.datatype 43.6
  103.  
  104.  o modified dispatcher for better support of tools like "DTConvert"
  105.  
  106. pbm.datatype 43.10
  107.  
  108.  o descriptors modified to avoid problems with v45 datatypes.library
  109.  o modified dispatcher for better support of tools like "DTConvert"
  110.  
  111. ilbm.datatype 43.7
  112.  
  113.  o modified dispatcher for better support of tools like "DTConvert"
  114.  
  115. gif.datatype 43.17
  116.  
  117.    This datatype is not included in the aminet release archive due to
  118.    lzw patent problems.
  119.  o modified dispatcher for better support of tools like "DTConvert"
  120.  
  121.  
  122. Release Notes 43.759
  123. ====================
  124.  
  125. picture.datatype 43.759
  126.  
  127.  o added DTM_OBTAINDRAWINFO and DTM_RELEASEDRAWINFO methods. This methods are
  128.    needed for the new v45 datatypes.library. The code of this methods is
  129.    loosely based on work of Roland Mainz (drawablepicdtc patch).
  130.    With the inclusion of this 2 methods, v43 picture.datatype does not
  131.    require the drawablepicdtc patch anymore. (DTM_DRAW was supported before
  132.    already). Both methods are added to the list of supported methods, too.
  133.    Please check out the latest datatypes.library v45 archive by Roland Mainz
  134.    to get information on how this methods are used.
  135.  o added DTM_DRAW to list of supported methods
  136.  o method DTM_DRAW never really worked in previous picture.datatype v43
  137.    releases because the width/height of the object was always calculated
  138.    wrong. Now fixed. 
  139.  
  140.